lcEntPutGrip Home

Sets new coordinates for entity's control point ("grip").

 BOOL lcEntPutGrip (
   HANDLE hEntity,
   int iGrip,
   double X,
   double Y
 );

Parameters
hEntity
  Handle to a graphic object.
iGrip
  Zero-based index of entity's grip.
X Y
  New coordinates for the grip.

Return Value

  If the function succeeds, the return value is nonzero (TRUE). If the function fails, then probably the index of grip is invalid.

See Also

  lcEntGetGrip